Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for initial resource versions in xds client #1028

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shivamgupta1
Copy link
Contributor

Setting the initial_resource_versions property in a delta resource request allows the xDS server to avoid re-sending data the client may already have from a previous successful connection to another server.

See https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/discovery/v3/discovery.proto#service-discovery-v3-deltadiscoveryrequest

Changes:

  • Track the incoming resource versions and send the version map to the server in the event of a re-connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant